[INFO] fetching crate expression_engine 0.7.0...
[INFO] testing expression_engine-0.7.0 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] extracting crate expression_engine 0.7.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate expression_engine 0.7.0
[INFO] finished tweaking crates.io crate expression_engine 0.7.0
[INFO] tweaked toml for crates.io crate expression_engine 0.7.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate expression_engine 0.7.0 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 121 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.8.2)
[INFO] [stderr]       Adding rstest v0.18.2 (available: v0.26.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398
[INFO] running `Command { std: "docker" "start" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling expression_engine v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/error.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/parser.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/parser.rs:47:11
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 |     #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/value.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `operators` is never used
[INFO] [stdout]    --> src/operator.rs:287:12
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl InfixOpManager {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 287 |     pub fn operators(&self) -> Vec<(String, i32)> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_open_bracket`, `is_open_brace`, and `is_colon` are never used
[INFO] [stdout]    --> src/token.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 103 | impl<'input> Token<'input> {
[INFO] [stdout]     | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn is_open_bracket(self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn is_open_brace(self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn is_colon(self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BINARY` is never constructed
[INFO] [stdout]  --> src/descriptor.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | enum DescriptorKey {
[INFO] [stdout]   |      ------------- variant in this enum
[INFO] [stdout] 7 |     UNARY(String),
[INFO] [stdout] 8 |     BINARY(String),
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/descriptor.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum Descriptor {
[INFO] [stdout]    |      ---------- variants in this enum
[INFO] [stdout] 20 |     UNARY(Arc<UnaryDescriptor>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 21 |     BINARY(Arc<BinaryDescriptor>),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 22 |     POSTFIX(Arc<PostfixDescriptor>),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 23 |     TERNARY(Arc<TernaryDescriptor>),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 24 |     FUNCTION(Arc<FunctionDescriptor>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 25 |     REFERENCE(Arc<ReferenceDescriptor>),
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 26 |     LIST(Arc<ListDescriptor>),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 27 |     MAP(Arc<MapDescriptor>),
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 28 |     CHAIN(Arc<ChainDescriptor>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Descriptor` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/descriptor.rs:52:8
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl DescriptorManager {
[INFO] [stdout]     | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  52 |     fn set(&mut self, key: DescriptorKey, value: Descriptor) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  66 |     pub fn set_unary_descriptor(&mut self, op: String, descriptor: Arc<UnaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  84 |     pub fn set_binary_descriptor(&mut self, op: String, descriptor: Arc<BinaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn set_postfix_descriptor(&mut self, op: String, descriptor: Arc<UnaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn set_ternary_descriptor(&mut self, descriptor: Arc<TernaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub fn set_function_descriptor(&mut self, name: String, descriptor: Arc<FunctionDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn set_reference_descriptor(&mut self, name: String, descriptor: Arc<ReferenceDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn set_list_descriptor(&mut self, descriptor: Arc<ListDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub fn set_map_descriptor(&mut self, descriptor: Arc<MapDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn set_chain_descriptor(&mut self, descriptor: Arc<ChainDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:31
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST> {
[INFO] [stdout]    |                               ^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:16
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn cur_tok(&self) -> Token {
[INFO] [stdout]     |                ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn cur_tok(&self) -> Token<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:437:17
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn next(&mut self) -> Result<Token> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn next(&mut self) -> Result<Token<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tokenizer.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(input: &str) -> Tokenizer {
[INFO] [stdout]    |                       ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(input: &str) -> Tokenizer<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn peek(&self) -> Result<Token> {
[INFO] [stdout]     |                 ^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn peek(&self) -> Result<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
[INFO] running `Command { std: "docker" "inspect" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling futures-timer v3.0.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rstest_macros v0.18.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]    Compiling expression_engine v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/error.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/parser.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/parser.rs:47:11
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 |     #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/value.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stdout] warning: method `operators` is never used
[INFO] [stdout]    --> src/operator.rs:287:12
[INFO] [stdout]     |
[INFO] [stdout]  48 | impl InfixOpManager {
[INFO] [stdout]     | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 287 |     pub fn operators(&self) -> Vec<(String, i32)> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_open_bracket`, `is_open_brace`, and `is_colon` are never used
[INFO] [stdout]    --> src/token.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 103 | impl<'input> Token<'input> {
[INFO] [stdout]     | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn is_open_bracket(self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn is_open_brace(self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn is_colon(self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BINARY` is never constructed
[INFO] [stdout]  --> src/descriptor.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | enum DescriptorKey {
[INFO] [stdout]   |      ------------- variant in this enum
[INFO] [stdout] 7 |     UNARY(String),
[INFO] [stdout] 8 |     BINARY(String),
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/descriptor.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum Descriptor {
[INFO] [stdout]    |      ---------- variants in this enum
[INFO] [stdout] 20 |     UNARY(Arc<UnaryDescriptor>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 21 |     BINARY(Arc<BinaryDescriptor>),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 22 |     POSTFIX(Arc<PostfixDescriptor>),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 23 |     TERNARY(Arc<TernaryDescriptor>),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 24 |     FUNCTION(Arc<FunctionDescriptor>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 25 |     REFERENCE(Arc<ReferenceDescriptor>),
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 26 |     LIST(Arc<ListDescriptor>),
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 27 |     MAP(Arc<MapDescriptor>),
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 28 |     CHAIN(Arc<ChainDescriptor>),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Descriptor` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/descriptor.rs:52:8
[INFO] [stdout]     |
[INFO] [stdout]  45 | impl DescriptorManager {
[INFO] [stdout]     | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  52 |     fn set(&mut self, key: DescriptorKey, value: Descriptor) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  66 |     pub fn set_unary_descriptor(&mut self, op: String, descriptor: Arc<UnaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  84 |     pub fn set_binary_descriptor(&mut self, op: String, descriptor: Arc<BinaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 102 |     pub fn set_postfix_descriptor(&mut self, op: String, descriptor: Arc<UnaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn set_ternary_descriptor(&mut self, descriptor: Arc<TernaryDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |     pub fn set_function_descriptor(&mut self, name: String, descriptor: Arc<FunctionDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn set_reference_descriptor(&mut self, name: String, descriptor: Arc<ReferenceDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn set_list_descriptor(&mut self, descriptor: Arc<ListDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 |     pub fn set_map_descriptor(&mut self, descriptor: Arc<MapDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn set_chain_descriptor(&mut self, descriptor: Arc<ChainDescriptor>) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:31
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST> {
[INFO] [stdout]    |                               ^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:16
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn cur_tok(&self) -> Token {
[INFO] [stdout]     |                ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn cur_tok(&self) -> Token<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:437:17
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn next(&mut self) -> Result<Token> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn next(&mut self) -> Result<Token<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tokenizer.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(input: &str) -> Tokenizer {
[INFO] [stdout]    |                       ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(input: &str) -> Tokenizer<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn peek(&self) -> Result<Token> {
[INFO] [stdout]     |                 ^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn peek(&self) -> Result<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling rstest v0.18.2
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/error.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/parser.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/parser.rs:47:11
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:196:11
[INFO] [stdout]     |
[INFO] [stdout] 196 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:203:11
[INFO] [stdout]     |
[INFO] [stdout] 203 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]    --> src/token.rs:178:15
[INFO] [stdout]     |
[INFO] [stdout] 178 |     #[cfg(not(tarpaulin_include))]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stdout]   --> src/value.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(not(tarpaulin_include))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]    --> src/context.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 |         use std::sync::Arc;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:205:34
[INFO] [stdout]     |
[INFO] [stdout] 205 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]    --> src/context.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 |         use std::sync::Arc;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:221:34
[INFO] [stdout]     |
[INFO] [stdout] 221 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]    --> src/context.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 |         use std::sync::Arc;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:237:34
[INFO] [stdout]     |
[INFO] [stdout] 237 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]    --> src/context.rs:101:13
[INFO] [stdout]     |
[INFO] [stdout] 101 |         use std::sync::Arc;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:252:34
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/context.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:205:34
[INFO] [stdout]     |
[INFO] [stdout] 205 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/context.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:221:34
[INFO] [stdout]     |
[INFO] [stdout] 221 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/context.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:237:34
[INFO] [stdout]     |
[INFO] [stdout] 237 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/context.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:252:34
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let ans = execute(input, create_context!());
[INFO] [stdout]     |                                  ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_colon` is never used
[INFO] [stdout]    --> src/token.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 103 | impl<'input> Token<'input> {
[INFO] [stdout]     | -------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn is_colon(self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:57:31
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST> {
[INFO] [stdout]    |                               ^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:421:16
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn cur_tok(&self) -> Token {
[INFO] [stdout]     |                ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 421 |     fn cur_tok(&self) -> Token<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:437:17
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn next(&mut self) -> Result<Token> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 437 |     pub fn next(&mut self) -> Result<Token<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tokenizer.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(input: &str) -> Tokenizer {
[INFO] [stdout]    |                       ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(input: &str) -> Tokenizer<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tokenizer.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn peek(&self) -> Result<Token> {
[INFO] [stdout]     |                 ^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn peek(&self) -> Result<Token<'_>> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.56s
[INFO] running `Command { std: "docker" "inspect" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]   --> src/error.rs:35:11
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 32 more
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]   --> src/parser.rs:20:11
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]   --> src/parser.rs:47:11
[INFO] [stderr]    |
[INFO] [stderr] 47 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]    --> src/token.rs:196:11
[INFO] [stderr]     |
[INFO] [stderr] 196 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]    --> src/token.rs:203:11
[INFO] [stderr]     |
[INFO] [stderr] 203 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]    --> src/token.rs:178:15
[INFO] [stderr]     |
[INFO] [stderr] 178 |     #[cfg(not(tarpaulin_include))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `tarpaulin_include`
[INFO] [stderr]   --> src/value.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[cfg(not(tarpaulin_include))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: method `operators` is never used
[INFO] [stderr]    --> src/operator.rs:287:12
[INFO] [stderr]     |
[INFO] [stderr]  48 | impl InfixOpManager {
[INFO] [stderr]     | ------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 287 |     pub fn operators(&self) -> Vec<(String, i32)> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_open_bracket`, `is_open_brace`, and `is_colon` are never used
[INFO] [stderr]    --> src/token.rs:112:12
[INFO] [stderr]     |
[INFO] [stderr] 103 | impl<'input> Token<'input> {
[INFO] [stderr]     | -------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 112 |     pub fn is_open_bracket(self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 120 |     pub fn is_open_brace(self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 |     pub fn is_colon(self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `BINARY` is never constructed
[INFO] [stderr]  --> src/descriptor.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | enum DescriptorKey {
[INFO] [stderr]   |      ------------- variant in this enum
[INFO] [stderr] 7 |     UNARY(String),
[INFO] [stderr] 8 |     BINARY(String),
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple variants are never constructed
[INFO] [stderr]   --> src/descriptor.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | enum Descriptor {
[INFO] [stderr]    |      ---------- variants in this enum
[INFO] [stderr] 20 |     UNARY(Arc<UnaryDescriptor>),
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 21 |     BINARY(Arc<BinaryDescriptor>),
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 22 |     POSTFIX(Arc<PostfixDescriptor>),
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 23 |     TERNARY(Arc<TernaryDescriptor>),
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 24 |     FUNCTION(Arc<FunctionDescriptor>),
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr] 25 |     REFERENCE(Arc<ReferenceDescriptor>),
[INFO] [stdout] running 187 tests
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 26 |     LIST(Arc<ListDescriptor>),
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 27 |     MAP(Arc<MapDescriptor>),
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 28 |     CHAIN(Arc<ChainDescriptor>),
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Descriptor` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> src/descriptor.rs:52:8
[INFO] [stderr]     |
[INFO] [stderr]  45 | impl DescriptorManager {
[INFO] [stderr]     | ---------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  52 |     fn set(&mut self, key: DescriptorKey, value: Descriptor) {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr]  66 |     pub fn set_unary_descriptor(&mut self, op: String, descriptor: Arc<UnaryDescriptor>) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  84 |     pub fn set_binary_descriptor(&mut self, op: String, descriptor: Arc<BinaryDescriptor>) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 102 |     pub fn set_postfix_descriptor(&mut self, op: String, descriptor: Arc<UnaryDescriptor>) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test descriptor::tests::test_register ... ok
[INFO] [stderr] ...
[INFO] [stdout] test operator::tetst::test_operators ... ok
[INFO] [stderr] 120 |     pub fn set_ternary_descriptor(&mut self, descriptor: Arc<TernaryDescriptor>) {
[INFO] [stdout] test parser::tests::test_exec::case_01 ... ok
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test parser::tests::test_exec::case_02 ... ok
[INFO] [stderr] ...
[INFO] [stdout] test parser::tests::test_exec::case_03 ... ok
[INFO] [stderr] 138 |     pub fn set_function_descriptor(&mut self, name: String, descriptor: Arc<FunctionDescriptor>) {
[INFO] [stdout] test parser::tests::test_exec::case_05 ... ok
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test parser::tests::test_exec::case_04 ... ok
[INFO] [stderr] ...
[INFO] [stdout] test parser::tests::test_exec::case_06 ... ok
[INFO] [stderr] 156 |     pub fn set_reference_descriptor(&mut self, name: String, descriptor: Arc<ReferenceDescriptor>) {
[INFO] [stdout] test parser::tests::test_exec::case_09 ... ok
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test parser::tests::test_exec::case_08 ... ok
[INFO] [stderr] ...
[INFO] [stdout] test parser::tests::test_exec::case_11 ... ok
[INFO] [stderr] 174 |     pub fn set_list_descriptor(&mut self, descriptor: Arc<ListDescriptor>) {
[INFO] [stdout] test parser::tests::test_exec::case_10 ... ok
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test parser::tests::test_exec::case_12 ... ok
[INFO] [stderr] ...
[INFO] [stdout] test parser::tests::test_exec::case_13 ... ok
[INFO] [stderr] 192 |     pub fn set_map_descriptor(&mut self, descriptor: Arc<MapDescriptor>) {
[INFO] [stdout] test parser::tests::test_exec::case_14 ... ok
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test parser::tests::test_exec::case_15 ... ok
[INFO] [stderr] ...
[INFO] [stderr] 210 |     pub fn set_chain_descriptor(&mut self, descriptor: Arc<ChainDescriptor>) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:57:31
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST> {
[INFO] [stderr]    |                               ^^^^            ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub fn parse_expression(expr: &str) -> Result<ExprAST<'_>> {
[INFO] [stderr]    |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:421:16
[INFO] [stderr]     |
[INFO] [stderr] 421 |     fn cur_tok(&self) -> Token {
[INFO] [stderr]     |                ^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                |
[INFO] [stderr]     |                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 421 |     fn cur_tok(&self) -> Token<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:437:17
[INFO] [stderr]     |
[INFO] [stderr] 437 |     pub fn next(&mut self) -> Result<Token> {
[INFO] [stderr]     |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 437 |     pub fn next(&mut self) -> Result<Token<'_>> {
[INFO] [stderr]     |                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/tokenizer.rs:18:23
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn new(input: &str) -> Tokenizer {
[INFO] [stderr]    |                       ^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn new(input: &str) -> Tokenizer<'_> {
[INFO] [stderr]    |                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tokenizer.rs:139:17
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub fn peek(&self) -> Result<Token> {
[INFO] [stderr]     |                 ^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 139 |     pub fn peek(&self) -> Result<Token<'_>> {
[INFO] [stderr]     |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `expression_engine` (lib) generated 17 warnings (run `cargo fix --lib -p expression_engine` to apply 5 suggestions)
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]    --> src/context.rs:101:13
[INFO] [stderr]     |
[INFO] [stderr] 101 |         use std::sync::Arc;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:205:34
[INFO] [stderr]     |
[INFO] [stderr] 205 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]    --> src/context.rs:101:13
[INFO] [stderr]     |
[INFO] [stderr] 101 |         use std::sync::Arc;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:221:34
[INFO] [stderr]     |
[INFO] [stderr] 221 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]    --> src/context.rs:101:13
[INFO] [stderr]     |
[INFO] [stderr] 101 |         use std::sync::Arc;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:237:34
[INFO] [stderr]     |
[INFO] [stderr] 237 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]    --> src/context.rs:101:13
[INFO] [stderr]     |
[INFO] [stderr] 101 |         use std::sync::Arc;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:252:34
[INFO] [stderr]     |
[INFO] [stderr] 252 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/context.rs:102:13
[INFO] [stderr]     |
[INFO] [stderr] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stderr]     |             ----^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:205:34
[INFO] [stderr]     |
[INFO] [stderr] 205 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/context.rs:102:13
[INFO] [stderr]     |
[INFO] [stderr] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stderr]     |             ----^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:221:34
[INFO] [stderr]     |
[INFO] [stderr] 221 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/context.rs:102:13
[INFO] [stderr]     |
[INFO] [stderr] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stderr]     |             ----^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:237:34
[INFO] [stderr]     |
[INFO] [stderr] 237 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/context.rs:102:13
[INFO] [stderr]     |
[INFO] [stderr] 102 |         let mut ctx = $crate::Context::new();
[INFO] [stderr]     |             ----^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/lib.rs:252:34
[INFO] [stderr]     |
[INFO] [stderr] 252 |         let ans = execute(input, create_context!());
[INFO] [stderr]     |                                  ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `create_context` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: method `is_colon` is never used
[INFO] [stderr]    --> src/token.rs:132:12
[INFO] [stderr]     |
[INFO] [stderr] 103 | impl<'input> Token<'input> {
[INFO] [stderr]     | -------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 132 |     pub fn is_colon(self) -> bool {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `expression_engine` (lib test) generated 21 warnings (12 duplicates) (run `cargo fix --lib -p expression_engine --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/expression_engine-2dad6fa6aa56bed0)
[INFO] [stdout] test parser::tests::test_exec::case_16 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_23 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_24 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_25 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_28 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_18 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_19 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_20 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_17 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_33 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_34 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_27 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_07 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_30 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_21 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_35 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_39 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_26 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_31 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_22 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_36 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_38 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_40 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_37 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_32 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_45 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_43 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_42 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_44 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_46 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_53 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_54 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_47 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_49 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_50 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_51 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_52 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_55 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_48 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_41 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_59 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_58 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_60 ... ok
[INFO] [stdout] test parser::tests::test_execute_error::case_1 ... ok
[INFO] [stdout] test parser::tests::test_execute_error::case_3 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_61 ... ok
[INFO] [stdout] test parser::tests::test_execute_error::case_2 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_62 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_01 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_56 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_02 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_57 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_04 ... ok
[INFO] [stdout] test parser::tests::test_execute_error::case_5 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_03 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_06 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_07 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_09 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_05 ... ok
[INFO] [stdout] test parser::tests::test_execute_error::case_4 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_11 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_12 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_14 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_16 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_17 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_18 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_20 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_15 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_13 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_19 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_03 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_22 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_23 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_02 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_01 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_21 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_05 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_06 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_04 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_07 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_08 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_10 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression_error::case_1 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_binary::case_1 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_binary::case_3 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_binary::case_4 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_binary::case_2 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_02 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression_error::case_2 ... ok
[INFO] [stdout] test parser::tests::test_parse_chain_expression::case_09 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_08 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_11 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_03 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_12 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_06 ... ok
[INFO] [stdout] test parser::tests::test_expression_expr::case_10 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_07 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_08 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_09 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_04 ... ok
[INFO] [stdout] test parser::tests::test_exec::case_29 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_01 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_10 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_05 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_14 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_list::case_1 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_simple::case_1 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_simple::case_5 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_list::case_2 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_simple::case_2 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_simple::case_4 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_simple::case_3 ... ok
[INFO] [stdout] test tests::test_register_prefix_op ... ok
[INFO] [stdout] test tests::test_register_postfix_op ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_char::case_1 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_ternary::case_1 ... ok
[INFO] [stdout] test tests::test_execute ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_char::case_5 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_simple::case_6 ... ok
[INFO] [stdout] test tests::test_parse_expression ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_char::case_7 ... ok
[INFO] [stdout] test tests::test_register_function ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_char::case_6 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_str::case_3 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_char::case_2 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_char::case_3 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_str::case_4 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_char::case_4 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_str::case_1 ... ok
[INFO] [stdout] test parser::tests::test_parse_expression_error::case_13 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_str::case_2 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_str::case_6 ... ok
[INFO] [stdout] test token::tests::test_is_open_brace::case_1 ... ok
[INFO] [stdout] test token::tests::test_is_open_brace::case_3 ... ok
[INFO] [stdout] test token::tests::test_is_open_bracket::case_2 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_str::case_7 ... ok
[INFO] [stdout] test token::tests::test_is_open_bracket::case_3 ... ok
[INFO] [stdout] test token::tests::test_is_open_paren::case_2 ... ok
[INFO] [stdout] test tokenizer::tests::test_bool::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_bool::case_2 ... ok
[INFO] [stdout] test token::tests::test_is_open_paren::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_bool::case_4 ... ok
[INFO] [stdout] test token::tests::test_delim_token_type_from_str::case_5 ... ok
[INFO] [stdout] test token::tests::test_is_open_brace::case_2 ... ok
[INFO] [stdout] test token::tests::test_is_open_paren::case_3 ... ok
[INFO] [stdout] test tokenizer::tests::test_bool::case_3 ... ok
[INFO] [stdout] test token::tests::test_is_open_bracket::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_delim::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_delim::case_2 ... ok
[INFO] [stdout] test tokenizer::tests::test_delim::case_4 ... ok
[INFO] [stdout] test tokenizer::tests::test_delim::case_6 ... ok
[INFO] [stdout] test tokenizer::tests::test_err::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_err::case_2 ... ok
[INFO] [stdout] test tokenizer::tests::test_number::case_2 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_6 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_3 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_2 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_4 ... ok
[INFO] [stdout] test tokenizer::tests::test_delim::case_5 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_5 ... ok
[INFO] [stdout] test tokenizer::tests::test_delim::case_3 ... ok
[INFO] [stdout] test tokenizer::tests::test_number::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_7 ... ok
[INFO] [stdout] test tokenizer::tests::test_other::case_8 ... ok
[INFO] [stdout] test tokenizer::tests::test_reference_function::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_reference_function::case_2 ... ok
[INFO] [stdout] test tokenizer::tests::test_reference_function::case_3 ... ok
[INFO] [stdout] test tokenizer::tests::test_string::case_1 ... ok
[INFO] [stdout] test tokenizer::tests::test_string::case_2 ... ok
[INFO] [stdout] test tests::test_register_infix_op ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_register_infix_op stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_register_infix_op' (1009) panicked at src/lib.rs:254:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Number(44)
[INFO] [stdout]  right: Number(89)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x559280a326a8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x559280a326a8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x559280a326a8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x559280a326a8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x559280a46d3a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x559280a46d3a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x559280a36ec2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x559280a36ec2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x559280a116d6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x559280a116d6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x559280a2aa79 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5592809a420c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5592809a420c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x559280a2ac32 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x559280a2ac32 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x559280a11792 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x559280a06999 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x559280a124ad - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x559280a474cc - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x559280a47383 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x55928096395f - core[28b146924c2f19c6]::panicking::assert_failed::<expression_engine[6c05129c87cb7c10]::value::Value, expression_engine[6c05129c87cb7c10]::value::Value>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x55928095660e - expression_engine[6c05129c87cb7c10]::tests::test_register_infix_op
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:254:9
[INFO] [stdout]   22:     0x559280951457 - expression_engine[6c05129c87cb7c10]::tests::test_register_infix_op::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:243:32
[INFO] [stdout]   23:     0x5592809936b6 - <expression_engine[6c05129c87cb7c10]::tests::test_register_infix_op::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5592809972eb - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5592809972eb - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5592809a4b65 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5592809a4b65 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5592809a4b65 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5592809a4b65 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5592809a4b65 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5592809a4b65 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5592809a4b65 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x55928099f6c4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x55928099f6c4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5592809a7be2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5592809a7be2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5592809a7be2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5592809a7be2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5592809a7be2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5592809a7be2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5592809a7be2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x559280a31fdf - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x559280a31fdf - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x76323c37caa4 - <unknown>
[INFO] [stdout]   45:     0x76323c409a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_register_infix_op
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 186 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398", kill_on_drop: false }`
[INFO] [stdout] 4dacf0cfc73c4b1c8ed81b4c6b8bbadb069a06ac909ecf0332c7b76654df7398
